home *** CD-ROM | disk | FTP | other *** search
/ Megadoom II / MEGADOOM II - iso.7z / MEGADOOM II.ISO / doom / editors / wadfile / dmop / doom1 / kickbutt.rw < prev    next >
Text File  |  1995-01-08  |  4KB  |  80 lines

  1. ;                                      
  2. ; Random World File created by populate
  3. ;                                      
  4. ; Populate was written By Dusty Bedford 1994
  5. ;                                      
  6. ;Enemies                    Weight    When                            MAX#OF 
  7. SERGEANT                    150.06         HARD_ONLY                     12 
  8. IMP                          87.54                                       7 
  9. BARREL                       37.53         HARD_ONLY                     5 
  10. DEMON                        86.26         HARD_ONLY                     3 
  11. IMP                          37.52         MEDIUM_AND_HARD               3 
  12. CACODEMON                    46.67         HARD_ONLY                     1 
  13. SERGEANT                    175.07         MEDIUM_AND_HARD               14 
  14. ROCKET                        0.67         EASY_AND_MEDIUM               1 
  15. SERGEANT                     75.03                                       6 
  16. BACKPACK                      5.33         EASY_AND_MEDIUM               2 
  17. CHAINSAW                      5.33         EASY_ONLY                     2L 
  18. BARREL                       60.04                                       8 
  19. BARREL                       37.53         MEDIUM_AND_HARD               5 
  20. SHOTGUN                       8.00         EASY_ONLY                     3 
  21. CHAINGUN                      8.00         EASY_ONLY                     2 
  22. CLIP                          2.67                                       4 
  23. LAUNCHER                      2.67                                       1 
  24. ENERCELL                      6.00         EASY_AND_MEDIUM               3 
  25. ROCKETS                       8.00         EASY_ONLY                     2 
  26. SHOTGUN                       5.33                                       2 
  27. PLASMA                        2.67         EASY_AND_MEDIUM               1 
  28. SHELLBOX                      1.33         EASY_AND_MEDIUM               1 
  29. LAUNCHER                      2.67         EASY_ONLY                     1 
  30. ;                                            
  31. ; GLOBAL SETTINGS: THEY AFFECTS THE ENTIRE WORLD  
  32. ;                                            
  33. ; At run-time this value is used to adjust the
  34. ; Max#of variable based on the population of
  35. ; the level being modified.  Using the strict 
  36. ; standard requires that one or more of the   
  37. ; items in the list above not have a specified
  38. ; maximum number of objects.                  
  39. ;                                              
  40. ;PER    89   ;Strict standard for exact placement 
  41. PER    75   ;Lowered Standard for easy placement
  42. ;                                            
  43. ; Deleting any of the PRESERVE lines will mean that
  44. ; the objects will not be taken from the original  
  45. ; level.  You will have to supply your own above. 
  46. ;                                            
  47. PRESERVE    PILLARS                          
  48. PRESERVE    LAMPS                            
  49. ;                                            
  50. ; THRESHOLD determines what a MEGA-GOODIE is.  
  51. ; MEGA-GOODIES are used to make the level fair 
  52. ; if the generator places a lot of enemies in  
  53. ; the level.                                   
  54. ;                                              
  55. THRESHOLD    75                                  
  56. ;                                              
  57. ; I.Q. Determines how intelligently the program  
  58. ; places objects in the effort to defeat you.   
  59. ; 250 is the default if it is not specified here. 
  60. ;                                              
  61. I.Q.    250                                 
  62. ;                                              
  63. ; EVEN sets the point at which the program must begin 
  64. ; placing MEGA-GOODIES into the level, on the   
  65. ; basis of the hardest difficulty rating.          
  66. ; The MEGA-GOODIES give you a fighting chance,  
  67. ; setting the value lower or <500 will increase the number
  68. ; of MEGA-GOODIES available to you in a the level. 
  69. EVEN    500                                 
  70. ;                                              
  71. ; If SPREAD is not set to a low value then
  72. ; a given sector may accumulate too many objects 
  73. ; this often makes the level impossible to finish
  74. ; or just ugly-looking.  Setting the value too low
  75. ; could make it difficult to place objects within
  76. ; a given wad file.
  77. ;                  
  78. SPREAD    15                                  
  79. ;                                              
  80.